home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / main.dxr / 00181_SF button.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  81 b   |  6 lines

  1. on mouseUp
  2.   if the shiftDown and the doubleClick then
  3.     showSF()
  4.   end if
  5. end
  6.